class n. 1.階級(jí);社會(huì)等級(jí)。 2.學(xué)級(jí);班級(jí),年級(jí),級(jí),班;組;(有組織的)講習(xí)班;〔美國〕同年畢業(yè)班;【軍事】同年入伍士兵。 3.(高低、優(yōu)劣的)等級(jí);類別。 4.〔英大學(xué)〕(榮譽(yù)考試)優(yōu)等;〔俚語〕高級(jí),優(yōu)秀;漂亮,優(yōu)雅。 5.【生物學(xué)】(分類學(xué)的)綱;【礦物】晶族。 6.(一節(jié))課。 the working class工人階級(jí)。 No class today. 今天沒課。 C- is over. 下課。 boycott classes 罷課。 the first [second] class頭[二]等。 high [low] class高[低]級(jí)。 There's a good deal of class about him. 他有很多優(yōu)點(diǎn)。 He is not class enough. 他沒有什么了不起。 at the top of one's class 出類拔萃;居首要位置。 be no class 〔俚語〕不足道;無價(jià)值。 class of the field 〔美國〕比賽的優(yōu)勝候補(bǔ)人。 get a class=obtain a class. in a class by itself 特好,出眾。 in class在上課中。 in the same class 〔美國〕同一類型的,同等的。 no class 〔俚語〕等外的,極壞的,蹩腳的〔用作表語〕。 not in the same class with 不能同…相比,無法和…相提并論,比不上…。 obtain a class=take a class 畢業(yè)考試得優(yōu)等。 take a class at (Oxford) 在(牛津大學(xué))進(jìn)榮譽(yù)班。 take a class of (beginners) 擔(dān)任(初級(jí))班(的教師)。 take classes in (history) 聽(歷史)課,選修(歷史)課程。 the classes 上層社會(huì);知識(shí)階級(jí)。 the classes and masses 各階級(jí)和各階層。 vt. 把…分類,把…分等[分級(jí)];給…定等級(jí),把…分組。 vi. 屬于…類[等、級(jí)、組]。 adj. -able 可分類[等級(jí)]的。 adj. -less 無階級(jí)的。
Batteries , for which microsoft supplies a generic class driver 電池,微軟對(duì)它提供一個(gè)普遍的類驅(qū)動(dòng)。
The combination of minidriver and class driver adds up to a single function driver 迷你驅(qū)動(dòng)核類驅(qū)動(dòng)的聯(lián)合組成了一個(gè)單一的函數(shù)驅(qū)動(dòng)。
Video cards . these devices require a video minidriver that works with the video port class driver 顯卡。這些設(shè)備請(qǐng)求一個(gè)視頻迷你驅(qū)動(dòng),它同視頻端口類驅(qū)動(dòng)合作。
You may see pictures in which things called class drivers appear to be above or below a minidriver 你可以看到,在圖片中調(diào)用的類驅(qū)動(dòng)出現(xiàn)在一個(gè)迷你驅(qū)動(dòng)之上或之下。
In situations in which microsoft has provided a class driver for your type of hardware , your minidriver will dynamically link to the class driver 微軟已經(jīng)為你的硬件中類提供了一類驅(qū)動(dòng)的情況下,你的迷你驅(qū)動(dòng)將動(dòng)態(tài)鏈接到這類驅(qū)動(dòng)。
You ' ll probably never need to write a class driver because microsoft would like to reserve that specialty to itself in order to serve the broadest range of hardware makers 你可能永遠(yuǎn)也不需要編寫一類驅(qū)動(dòng),因?yàn)槲④浽敢馓貏e為他自己保留,以便為硬件生產(chǎn)者最廣闊的范圍服務(wù)。
The basic rule of thumb is that if microsoft has written a class driver for the type of device you ' re trying to support , you should write a minidriver to work with that class driver 單憑基本的經(jīng)驗(yàn),如果微軟已經(jīng)為你試著支持的那類設(shè)備編寫了一類驅(qū)動(dòng),你應(yīng)該編寫一個(gè)同那類驅(qū)動(dòng)合作的迷你驅(qū)動(dòng)。
Your minidriver is nominally in charge of the device , but you ' ll call subroutines in the class driver that basically take over the management of the hardware and call back to you to do various device - dependent things 你的迷你驅(qū)動(dòng)在名義上管理設(shè)備,但是你將調(diào)用在類驅(qū)動(dòng)中的子程序,基本上(類驅(qū)動(dòng))接管了硬件的管理并且回復(fù)你以便完成不同的設(shè)備依賴事件。
Within the category of wdm driver , you can also distinguish between class drivers ( which manage a device belonging to some well - defined class of device ) and minidrivers ( which supply vendor - specific help to a class driver ) , and between monolithic function drivers ( which embody all the functionality needed to support a hardware device ) and filter drivers ( which “ filter ” the i / o operations for a particular device in order to add or modify behavior ) 在wdm驅(qū)動(dòng)的范疇里,你還要區(qū)分類驅(qū)動(dòng)(管理屬于某些明確定義設(shè)備類的設(shè)備)和迷你驅(qū)動(dòng),以及單片函數(shù)驅(qū)動(dòng)(具體化所有支持一個(gè)硬件設(shè)備所需的功能)和篩選驅(qū)動(dòng)(為一個(gè)特殊的設(shè)備過濾一些i / o操作一邊增加或者定義行為) 。
百科解釋
In computing, a class driver is a type of hardware device driver that can operate a large number of different devices of a broadly similar type.